From 40496044528814702ad793e50e54ae93f1f3f7dc Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 3 Sep 2007 23:31:56 +0000 Subject: [PATCH] Fix geocache tags on read so we can really read archived/enabled state. --- gpx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpx.c b/gpx.c index cd7ed9f05..bf9fcfd6b 100644 --- a/gpx.c +++ b/gpx.c @@ -295,7 +295,9 @@ tag_mapping tag_path_map[] = { #define GARMIN_WPT_EXT "/gpx/wpt/extensions/gpxx:WaypointExtension" - GEOTAG( tt_cache, "cache"), +// GEOTAG( tt_cache, "cache"), + { tt_cache, 1, "/gpx/wpt/groundspeak:cache" }, + GEOTAG( tt_cache_name, "name"), GEOTAG( tt_cache_container, "container"), GEOTAG( tt_cache_type, "type"), -- 2.30.2